MessageUIConfig

open class MessageUIConfig

Configurations of Message.

Constructors

Link copied to clipboard
fun MessageUIConfig()

Properties

Link copied to clipboard
var linkedTextColor: ColorStateList? = null

Returns the UI configuration of the linked text color in the message text.

Link copied to clipboard
val myEditedTextMarkUIConfig: TextUIConfig

Returns UI configuration of edited message that I sent. If the message is edited, UIKit add an extra text, like, "(Edited)". This extra text's UI configurations will be returned.

Link copied to clipboard
val myMentionUIConfig: TextUIConfig

Returns UI configuration of mentioned message that I sent.

Link copied to clipboard
var myMessageBackground: Drawable? = null

Returns UI configuration of message background that the I sent.

Link copied to clipboard
val myMessageTextUIConfig: TextUIConfig

Returns UI configuration of message text that I sent.

Link copied to clipboard
val myNicknameTextUIConfig: TextUIConfig

Returns UI configuration of sender nickname that the I sent.

Link copied to clipboard
var myOgtagBackground: Drawable? = null

Returns UI configuration of ogtag message background that the I sent.

Link copied to clipboard
var myReactionListBackground: Drawable? = null

Returns UI configuration of message reaction list background that the I sent.

Link copied to clipboard
val mySentAtTextUIConfig: TextUIConfig

Returns UI configuration of message sentAt text that the I sent.

Link copied to clipboard
val operatorNicknameTextUIConfig: TextUIConfig

Returns UI configuration of sender nickname that the operator sent.

Link copied to clipboard
val otherEditedTextMarkUIConfig: TextUIConfig

Returns UI configuration of edited message that the others sent. If the message is edited, UIKit add an extra text, like, "(Edited)". This extra text's UI configurations will be returned.

Link copied to clipboard
val otherMentionUIConfig: TextUIConfig

Returns UI configuration of mentioned message that the others sent.

Link copied to clipboard
var otherMessageBackground: Drawable? = null

Returns UI configuration of message background that the others sent.

Link copied to clipboard
val otherMessageTextUIConfig: TextUIConfig

Returns UI configuration of message text that the others sent.

Link copied to clipboard
val otherNicknameTextUIConfig: TextUIConfig

Returns UI configuration of sender nickname that the others sent.

Link copied to clipboard
var otherOgtagBackground: Drawable? = null

Returns UI configuration of ogtag message background that the others sent.

Link copied to clipboard
var otherReactionListBackground: Drawable? = null

Returns UI configuration of message reaction list background that the others sent.

Link copied to clipboard
val otherSentAtTextUIConfig: TextUIConfig

Returns UI configuration of message sentAt text that the others sent.

Link copied to clipboard
val repliedMessageTextUIConfig: TextUIConfig

Returns UI configuration of replied parent message.